home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / olt_10.zip / INSTALL.BAT next >
DOS Batch File  |  1992-01-09  |  1KB  |  27 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO                     -------------------------------------
  4. Echo                     --        On-Line Trivia           --
  5. Echo                     -- Copyright 1992, PAROLE Software --
  6. Echo                     --      ALL RIGHTS RESERVED        --
  7. Echo                     -------------------------------------
  8. Echo .
  9. Echo Creating Sub-Directories...
  10. MkDir SCREENS
  11. MkDir USERS
  12. Echo Copying files to Sub-Directories...
  13. pkunzip screens screens >NUL
  14. CLS
  15. ECHO                     -------------------------------------
  16. Echo                     --        On-Line Trivia           --
  17. Echo                     -- Copyright 1992, PAROLE Software --
  18. Echo                     --      ALL RIGHTS RESERVED        --
  19. Echo                     -------------------------------------
  20. Echo .
  21. Echo Installation of OLT has been completed.  Please make sure that your
  22. Echo CFG files are set up correctly and that you have BRUN45.EXE in a
  23. Echo sub-directory that is included in your PATH.  If you would like to
  24. Echo run OLT locally, unZIP the file "LOCAL.ZIP" and use the
  25. Echo USERINFO.DAT and DOOR.SYS that is included.
  26. Echo Enjoy!
  27.